@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  #home .module1Box {
    padding: 0;
    height: 4rem !important;
  }

  #home .module1Box .imgBox .bottom {
    padding: 0 15px !important;
  }

  #home .module2Box .list {
    /* width: 100% !important; */
    margin-bottom: 15px;
    /* margin-right: 0 !important; */
  }

  #home .module2Box .listLast {
    height: auto !important;
  }

  /* #home .module2Box .list .listContentLast {
    display: block !important;
  } */

  #home .module2Box .list .listContent .right {
    margin-top: 15px !important;
  }

  /* #home .module3Box .module3 .lists {
    justify-content: center;
  }

  #home .module3Box .module3 .lists .list {
    margin-right: 36px;
    margin-bottom: 15px;
  } */

  /* .module4Box .list {
    margin-right: 0 !important;
  }

  .module4Box .list, .module4Box .videoBox{
    width: 100% !important;
  }

  .module6Box .list {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .module7Box .list {
    width: 100% !important;
    margin-right: 0 !important;
  } */

  .el-carousel__container {
    height: 4rem !important;
  }

  #home .fa,
  .sortIcon {
    display: none !important;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  #home .module2Box .list .listContent .left {
    margin-right: 10px;
  }

  #home .module2Box .list .listContent .right {
    width: auto;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  #home .module2Box .list {
    margin-bottom: 15px;
  }

  .module2Box .list:nth-of-type(2n) {
    margin-right: 0;
  }

  /* #home .module2Box .list .listContentLast {
    display: flex;
  } */

  /* #home .module3Box .module3 .lists .list {
    margin-right: 36px;
    margin-bottom: 15px;
  } */

  .module4Box .list:nth-of-type(2n) {
    margin-right: 0;
  }

  .module6Box .list:nth-of-type(2n) {
    margin-right: 0;
  }

  .module7Box .list:nth-of-type(2n) {
    margin-right: 0;
  }

  #home .module2Box .list .listContent .left {
    width: 170px;
  }

  #home .module2Box .list .listContent .right {
    width: 160px;
  }

  #addRecArticleModal .modal-dialog,
  #updateRecArticleModal .modal-dialog {
    width: 800px !important;
  }

  /* #addRecArticleModal .tox-tinymce,
  #updateRecArticleModal .tox-tinymce {
    max-height: 700px !important;
  } */
}

@media (max-width: 823px) {
  #home .module2Box .list {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .module4Box .list {
    margin-right: 0 !important;
  }

  .module4Box .list,
  .module4Box .videoBox {
    width: 100% !important;
  }

  .module6Box .list {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .module7Box .list {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  #home .module3Box .module3 .lists {
    justify-content: space-between;
  }

  #home .module3Box .module3 .lists .list {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 1200px) {
  #home .module3Box .module3 .lists {
    justify-content: center;
  }

  #home .module3Box .module3 .lists .list {
    margin: 0 12px 15px 12px;
  }
}

@media (min-width: 823px) and (max-width: 1366px) {

  .module4Box .list,
  .module6Box .list,
  .module7Box .list,
  .module2Box .list {
    width: calc(50% - 9px) !important;
  }

  .module4Box .videoBox {
    width: calc(50% - 9px) !important;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }

  #home .module2Box .list {
    margin-bottom: 0;
  }

  .module2Box .list:nth-of-type(3n) {
    margin-right: 0 !important;
  }

  .module2Box .list:nth-of-type(2n) {
    margin-right: 18px;
  }

  .module4Box .list:nth-of-type(3n) {
    margin-right: 0 !important;
  }

  .module4Box .list:nth-of-type(2n) {
    margin-right: 18px;
  }

  .module6Box .list:nth-of-type(3n) {
    margin-right: 0 !important;
  }

  .module6Box .list:nth-of-type(2n) {
    margin-right: 18px;
  }

  .module7Box .list:nth-of-type(3n) {
    margin-right: 0 !important;
  }

  .module7Box .list:nth-of-type(2n) {
    margin-right: 18px;
  }
}

#home {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  color: #000000;
  margin-bottom: 85px;
}

#home .module1Box {
  height: 400px;
}

#home .module1Box .imgBox {
  width: 100%;
  height: 100%;
  position: relative;
}

#home .module1Box .imgBox .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

#home .module1Box .imgBox .bottom {
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px;
}

#home .module1Box .imgBox .bottom .name {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  width: 50%;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

#home .module1Box .imgBox .bottom .name:hover {
  text-decoration: underline;
}

#home .el-carousel__indicators {
  left: auto !important;
  right: 0 !important;
  bottom: 20px !important;
}

#home .el-carousel__indicator {
  padding: 0 5px !important;
}

#home .el-carousel__button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}

#home .el-carousel__indicator.is-active button {
  background: rgba(0, 64, 152, 1) !important;
}

#home .module2Box {
  margin-top: 50px;
}

#home .module2Box .lists {
  display: flex;
  flex-wrap: wrap;
}

#home .module2Box .scopeBox {
  position: absolute;
  top: -30px;
  left: 0;
}

#home .module2Box .sortIcon {
  cursor: pointer;
  color: #396AFC;
}

.module2Box .list {
  width: 388px;
  height: 330px;
  background: #FFFFFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  padding: 22px 0;
  position: relative;
  margin-right: 18px;
  border: 1px solid #E8E8E8;
}

#home .module2Box .list .listHeader {
  height: 35px;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}

#home .module2Box .list .listHeader .name {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px solid rgba(57, 106, 252, 1);
  padding-bottom: 5px;
}

#home .module2Box .list .listHeader .more {
  color: rgba(57, 106, 252, 1);
  font-size: 16px;
  cursor: pointer;
}

#home .module2Box .list .listHeader .more:hover {
  text-decoration: underline;
}

#home .module2Box .list .listContent {
  margin-top: 8px;
  overflow: hidden;
  padding: 0 20px;
}

#home .module2Box .list .listContent .nameBox {
  margin-top: 22px;
  display: flex;
  align-items: center;
  position: relative;
}

#home .module2Box .list .listContent .nameBox .dot {
  width: 5px;
  height: 5px;
  background: rgba(0, 64, 152, 1);
  border-radius: 50%;
}

#home .module2Box .list .listContent .nameBox .name {
  color: #000000;
  font-size: 16px;
  margin-left: 10px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

#home .module2Box .list .listContent .nameBox .name:hover {
  text-decoration: underline;
}

#home .module2Box .list .listContent .nameBox .deleteEditBtn {
  position: absolute;
  right: 0;
  top: -16px;
}

#home .module2Box .list .listContentLast {
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
  padding: 0 20px;
}

#home .module2Box .list .listContent .left {
  margin-top: 13px;
  color: #000;
  font-size: 16px;
}

#home .module2Box .list .listContent .left .currentIssue {
  padding-left: 10px;
  cursor: pointer;
}

#home .module2Box .list .listContent .left .currentIssue:hover {
  text-decoration: underline;
}

#home .module2Box .list .listContent .left .currentIssue .number {
  font-size: 22px;
  font-weight: bold;
}

#home .module2Box .list .listContent .left .histotyIssueBox {
  margin-top: 7px;
  overflow: hidden;
}

#home .module2Box .list .listContent .left .histotyIssue {
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #EBF4FF;
  cursor: pointer;
  margin-top: 9px;
  border-radius: 6px;
}

#home .module2Box .list .listContent .left .histotyIssue:hover {
  text-decoration: underline;
}

#home .module2Box .list .listContent .left .viewMore {
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin-top: 9px;
  background: #004098;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 6px;
}

#home .module2Box .list .listContent .right {
  height: 217px;
  cursor: pointer;
  margin-top: 3px;
  overflow: hidden;
}

#home .module2Box .list .listContent .right .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .module3Box {
  width: 100%;
  margin-top: 50px;
  background: #EBF4FF;
}

#home .module3Box .module3 {
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

#home .module3Box .module3 .module3Header {
  display: flex;
  height: 45px;
}

#home .module3Box .module3 .module3Header .name {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 4px solid #396AFC;
  padding-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#home .module3Box .module3 .module3Header .line {
  height: 1px;
  background: #396AFC;
  flex: 1;
  margin-left: 11px;
  margin-top: 42px;
}

#home .module3Box .module3 .lists {
  padding: 25px 0 15px;
  display: flex;
  flex-wrap: wrap;
}

#home .module3Box .module3 .lists .list {
  width: 90px;
  height: 90px;
  cursor: pointer;
  position: relative;
}

#home .module3Box .module3 .lists .list .img {
  width: 100%;
  height: 100%;
}

#home .module3Box .module3 .lists .list .codeImg {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 100px;
  left: -40px;
  display: none;
  z-index: 9;
}

#home .module3Box .module3 .lists .list:hover .codeImg {
  display: block;
}

.module4Box {
  margin-top: 50px;
}

.module4Box .lists {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.module4Box .list {
  width: 388px;
  height: 333px;
  margin-top: 20px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  margin-right: 18px;
}

.module4Box .list .imgBox {
  width: 100%;
  height: 218px;
  position: relative;
  overflow: hidden;
}

.module4Box .list .imgBox .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.module4Box .list .imgBox .img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.module4Box .list .imgBox .playBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}

.module4Box .list .imgBox .playBtn .playImg {
  width: 100%;
  height: 100%;
}

.module4Box .list .bottomBox {
  width: 100%;
  height: 115px;
  border: 1px solid #E8E8E8;
  padding: 12px 15px 0;
  position: relative;
}

.module4Box .list .bottomBox .title {
  color: #000000;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}

.module4Box .list .bottomBox .title:hover {
  text-decoration: underline;
}

.module4Box .list .bottomBox .typeDate {
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  position: absolute;
  bottom: 12px;
}

.module4Box .list .bottomBox .typeDate .type {
  background: #E9F3FF;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  padding: 0 12px;
  color: #396AFC;
  font-size: 14px;
}

.module4Box .list .bottomBox .typeDate .date {
  color: #999999;
  font-size: 14px;
}

.module4Box .videoBox {
  position: absolute;
  width: 388px;
  height: 218px;
}

.module4Box .videoBox .video-js {
  width: 100%;
  height: 100%;
}

.module5Box {
  margin-top: 50px;
}

.module5Box .img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.module6Box {
  margin-top: 50px;
}

.module6Box .lists {
  display: flex;
  flex-wrap: wrap;
}

.module6Box .list {
  width: 388px;
  height: 230px;
  margin-top: 20px;
  margin-right: 18px;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.module6Box .list .imgBox {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.module6Box .list .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.module6Box .list .img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.module6Box .list .bottom {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #F5F5F5;
  padding: 0 15px;
  border: 1px solid #E8E8E8;
}

.module6Box .list .bottom .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.module6Box .list .bottom .title:hover {
  text-decoration: underline;
}

.module6Box .list .scopeBox {
  position: absolute;
  right: 15px;
  top: 15px;
}

.module7Box {
  margin-top: 50px;
}

.module7Box .lists {
  display: flex;
  flex-wrap: wrap;
}

.module7Box .list {
  width: 388px;
  height: 230px;
  margin-top: 20px;
  margin-right: 18px;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}

.module7Box .list .imgBox {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.module7Box .list .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

.module7Box .list .img:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.module7Box .list .bottom {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #F5F5F5;
  padding: 0 15px;
  border: 1px solid #E8E8E8;
}

.module7Box .list .bottom .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}

.module7Box .list .bottom .title:hover {
  text-decoration: underline;
}

.commonHeader {
  height: 45px;
  display: flex;
  position: relative;
  /* justify-content: space-between;
  align-items: center; */
}

.commonHeader .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 4px solid #396AFC;
}

.commonHeader .line {
  height: 1px;
  background: #396AFC;
  flex: 1;
  margin-left: 11px;
  margin-top: 42px;
}

.commonHeader .moreBox {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}

.commonHeader .moreBox .more {
  font-size: 16px;
  color: #396AFC;
}

.commonHeader .moreBox .img {
  width: 15px;
  margin-left: 5px;
}

#addRecArticleModal .uploadBtn,
#updateRecArticleModal .uploadBtn,
#updatePaperModal .uploadBtn {
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
  background: #396AFC;
}

#addRecArticleModal .addRecArticleCoverImg,
#updateRecArticleModal .updateRecArticleCoverImg,
#updatePaperModal .updatePaperCoverImg {
  width: 100%;
}

#sortArticleModal .sortArea {
  margin: 10px auto;
  width: 80%;
}

#sortArticleModal .sortArea div {
  padding: 6px;
  background-color: #fdfdfd;
  border: solid 1px #eee;
  margin-bottom: 10px;
  cursor: move;
}

#home .fa {
  cursor: pointer;
  color: #396AFC;
}